pub struct IdentifiedGridSettings {
pub id: Identifier,
pub settings: GridSettings,
}Fields§
§id: Identifier§settings: GridSettingsTrait Implementations§
Source§impl Clone for IdentifiedGridSettings
impl Clone for IdentifiedGridSettings
Source§fn clone(&self) -> IdentifiedGridSettings
fn clone(&self) -> IdentifiedGridSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdentifiedGridSettings
impl Debug for IdentifiedGridSettings
Source§impl PartialEq for IdentifiedGridSettings
impl PartialEq for IdentifiedGridSettings
impl StructuralPartialEq for IdentifiedGridSettings
Auto Trait Implementations§
impl Freeze for IdentifiedGridSettings
impl RefUnwindSafe for IdentifiedGridSettings
impl Send for IdentifiedGridSettings
impl Sync for IdentifiedGridSettings
impl Unpin for IdentifiedGridSettings
impl UnwindSafe for IdentifiedGridSettings
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