Struct wildland_corex::CatLibService
source · [−]pub struct CatLibService { /* private fields */ }
Implementations
sourceimpl CatLibService
impl CatLibService
pub fn new() -> Self
pub fn add_forest(
&self,
forest_identity: &WildlandIdentity,
this_device_identity: &WildlandIdentity,
data: UserMetaData
) -> Result<Forest, CatlibError>
pub fn get_forest(&self, forest_uuid: Uuid) -> Result<Forest, CatlibError>
Trait Implementations
sourceimpl Clone for CatLibService
impl Clone for CatLibService
sourcefn clone(&self) -> CatLibService
fn clone(&self) -> CatLibService
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for CatLibService
impl !Send for CatLibService
impl !Sync for CatLibService
impl Unpin for CatLibService
impl UnwindSafe for CatLibService
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