Enum cyfs_base::ObjectIdInfo
source · [−]pub enum ObjectIdInfo {
Standard(StandardObjectIdInfo),
Core(CoreObjectIdInfo),
DecApp(DecAppObjectIdInfo),
}
Variants
Standard(StandardObjectIdInfo)
Core(CoreObjectIdInfo)
DecApp(DecAppObjectIdInfo)
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ObjectIdInfo
impl Send for ObjectIdInfo
impl Sync for ObjectIdInfo
impl Unpin for ObjectIdInfo
impl UnwindSafe for ObjectIdInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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