pub struct Paramters {
pub type: String,
pub properties: SubProperties,
}Fields§
§type: String§properties: SubPropertiesAuto Trait Implementations§
impl Freeze for Paramters
impl RefUnwindSafe for Paramters
impl Send for Paramters
impl Sync for Paramters
impl Unpin for Paramters
impl UnwindSafe for Paramters
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