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