pub struct FileMarkers(pub Vec<Marker>);Tuple Fields§
§0: Vec<Marker>Auto Trait Implementations§
impl Freeze for FileMarkers
impl RefUnwindSafe for FileMarkers
impl Send for FileMarkers
impl Sync for FileMarkers
impl Unpin for FileMarkers
impl UnwindSafe for FileMarkers
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