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