pub struct BoundEntry {
pub attr: FileAttr,
pub content: Option<Vec<u8>>,
}Expand description
Represents a bound filesystem entry.
Fieldsยง
ยงattr: FileAttrFile attributes
content: Option<Vec<u8>>Optional file content
Trait Implementationsยง
Sourceยงimpl Clone for BoundEntry
impl Clone for BoundEntry
Sourceยงfn clone(&self) -> BoundEntry
fn clone(&self) -> BoundEntry
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementationsยง
impl Freeze for BoundEntry
impl RefUnwindSafe for BoundEntry
impl Send for BoundEntry
impl Sync for BoundEntry
impl Unpin for BoundEntry
impl UnwindSafe for BoundEntry
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more