pub struct Notations {
pub notations: Vec<Notation>,
}Fields§
§notations: Vec<Notation>Trait Implementations§
impl StructuralPartialEq for Notations
Auto Trait Implementations§
impl Freeze for Notations
impl RefUnwindSafe for Notations
impl Send for Notations
impl Sync for Notations
impl Unpin for Notations
impl UnwindSafe for Notations
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