Struct cyfs_base::CoreObjectIdInfo
source · [−]pub struct CoreObjectIdInfo {
pub area: Option<Area>,
pub has_owner: bool,
pub has_single_key: bool,
pub has_mn_key: bool,
}
Fields
area: Option<Area>
has_owner: bool
has_single_key: bool
has_mn_key: bool
Auto Trait Implementations
impl RefUnwindSafe for CoreObjectIdInfo
impl Send for CoreObjectIdInfo
impl Sync for CoreObjectIdInfo
impl Unpin for CoreObjectIdInfo
impl UnwindSafe for CoreObjectIdInfo
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