pub struct Entry {
pub name: String,
pub attrs: Attrs,
pub owner: Option<String>,
}Fields§
§name: String§attrs: Attrs§owner: Option<String>The owner’s account name, when the listing reported one legibly.
None means the remote did not say, or said it in a shape not worth guessing at —
not that the file is unowned. Callers have to keep those two apart, because the one
thing this feeds is the check on who wrote an annotation log.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnsafeUnpin for Entry
impl UnwindSafe for Entry
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