Struct wildland_catlib::Container
source · [−]pub struct Container { /* private fields */ }
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Container
impl<'de> Deserialize<'de> for Container
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl IContainer for Container
impl IContainer for Container
sourcefn paths(&self) -> ContainerPaths
fn paths(&self) -> ContainerPaths
Return
Container
’s pathssourcefn add_path(&mut self, path: ContainerPath) -> CatlibResult<Self>
fn add_path(&mut self, path: ContainerPath) -> CatlibResult<Self>
Add a path to the Container. Read more
sourcefn del_path(&mut self, path: ContainerPath) -> CatlibResult<Self>
fn del_path(&mut self, path: ContainerPath) -> CatlibResult<Self>
Delete a path from the Container. Read more
Auto Trait Implementations
impl RefUnwindSafe for Container
impl !Send for Container
impl !Sync for Container
impl Unpin for Container
impl UnwindSafe for Container
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more