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