Struct cyfs_util::DEFAULT_SN
source · [−]pub struct DEFAULT_SN { /* private fields */ }Trait Implementations
sourceimpl Deref for DEFAULT_SN
impl Deref for DEFAULT_SN
type Target = NamedObjectBase<NamedObjType<DeviceDescContent, DeviceBodyContent>>
type Target = NamedObjectBase<NamedObjType<DeviceDescContent, DeviceBodyContent>>
The resulting type after dereferencing.
impl LazyStatic for DEFAULT_SN
Auto Trait Implementations
impl RefUnwindSafe for DEFAULT_SN
impl Send for DEFAULT_SN
impl Sync for DEFAULT_SN
impl Unpin for DEFAULT_SN
impl UnwindSafe for DEFAULT_SN
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