Struct cyfs_lib::RemoteNOCStorage
source · pub struct RemoteNOCStorage;
Implementations
sourceimpl RemoteNOCStorage
impl RemoteNOCStorage
pub fn new_noc_collection<T>(
id: &str,
stack: &SharedCyfsStack
) -> NOCCollection<T>where
T: Default + CollectionCodec<T> + Send + 'static,
pub fn new_noc_collection_sync<T>(
id: &str,
stack: &SharedCyfsStack
) -> NOCCollectionSync<T>where
T: Default + CollectionCodec<T> + Send + 'static,
pub fn new_noc_collection_rw_sync<T>(
id: &str,
stack: &SharedCyfsStack
) -> NOCCollectionRWSync<T>where
T: Default + CollectionCodec<T> + Send + Sync + 'static,
Auto Trait Implementations
impl RefUnwindSafe for RemoteNOCStorage
impl Send for RemoteNOCStorage
impl Sync for RemoteNOCStorage
impl Unpin for RemoteNOCStorage
impl UnwindSafe for RemoteNOCStorage
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