pub struct Sl {
pub sl: String,
pub ty: String,
}
Fields§
§sl: String
§ty: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sl
impl RefUnwindSafe for Sl
impl Send for Sl
impl Sync for Sl
impl Unpin for Sl
impl UnwindSafe for Sl
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