pub struct TextMateProperties;
Implementations§
Auto Trait Implementations§
impl Freeze for TextMateProperties
impl RefUnwindSafe for TextMateProperties
impl Send for TextMateProperties
impl Sync for TextMateProperties
impl Unpin for TextMateProperties
impl UnwindSafe for TextMateProperties
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