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