pub struct RemoteDirectorySnapshot {
pub directory: RemoteFile,
pub entries: Vec<RemoteEntry>,
pub connection: ConnectionLease,
}Fields§
§directory: RemoteFile§entries: Vec<RemoteEntry>§connection: ConnectionLeaseAuto Trait Implementations§
impl !RefUnwindSafe for RemoteDirectorySnapshot
impl !UnwindSafe for RemoteDirectorySnapshot
impl Freeze for RemoteDirectorySnapshot
impl Send for RemoteDirectorySnapshot
impl Sync for RemoteDirectorySnapshot
impl Unpin for RemoteDirectorySnapshot
impl UnsafeUnpin for RemoteDirectorySnapshot
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