pub struct GridScale(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GridScale
impl<'de> Deserialize<'de> for GridScale
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl KeywordDisplay for GridScale
impl KeywordDisplay for GridScale
Source§impl PartialOrd for GridScale
impl PartialOrd for GridScale
impl Copy for GridScale
impl StructuralPartialEq for GridScale
Auto Trait Implementations§
impl Freeze for GridScale
impl RefUnwindSafe for GridScale
impl Send for GridScale
impl Sync for GridScale
impl Unpin for GridScale
impl UnwindSafe for GridScale
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