pub struct SessionCandidate {
pub agent: &'static str,
pub path: PathBuf,
pub updated: SystemTime,
}Fields§
§agent: &'static str§path: PathBuf§updated: SystemTimeTrait Implementations§
Source§impl Clone for SessionCandidate
impl Clone for SessionCandidate
Source§fn clone(&self) -> SessionCandidate
fn clone(&self) -> SessionCandidate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 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