Struct kodept_core::structure::rlt::RLT
source · pub struct RLT(pub File);Tuple Fields§
§0: FileTrait Implementations§
impl StructuralPartialEq for RLT
Auto Trait Implementations§
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