pub struct SessionCandidate {
pub path: PathBuf,
pub id: String,
pub title: Option<String>,
pub updated_unix_ms: u64,
pub size_bytes: u64,
}Fields§
§path: PathBuf§id: String§title: Option<String>§updated_unix_ms: u64§size_bytes: u64Trait Implementations§
Source§impl Clone for SessionCandidate
impl Clone for SessionCandidate
Source§impl Debug for SessionCandidate
impl Debug for SessionCandidate
Auto Trait Implementations§
impl Freeze for SessionCandidate
impl RefUnwindSafe for SessionCandidate
impl Send for SessionCandidate
impl Sync for SessionCandidate
impl Unpin for SessionCandidate
impl UnsafeUnpin for SessionCandidate
impl UnwindSafe for SessionCandidate
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