Struct cyfs_base::ObjectMapPathContentItem
source · [−]pub struct ObjectMapPathContentItem {
pub path: String,
pub value: ObjectMapContentItem,
pub content_type: ObjectMapSimpleContentType,
}Fields
path: Stringvalue: ObjectMapContentItemcontent_type: ObjectMapSimpleContentTypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ObjectMapPathContentItem
impl Send for ObjectMapPathContentItem
impl Sync for ObjectMapPathContentItem
impl Unpin for ObjectMapPathContentItem
impl UnwindSafe for ObjectMapPathContentItem
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