pub struct ProfileAlignment {
pub wisdom: Option<i32>,
pub alignment: Option<f64>,
}Fields§
§wisdom: Option<i32>§alignment: Option<f64>Implementations§
Source§impl ProfileAlignment
impl ProfileAlignment
pub fn new() -> ProfileAlignment
Trait Implementations§
Source§impl Clone for ProfileAlignment
impl Clone for ProfileAlignment
Source§fn clone(&self) -> ProfileAlignment
fn clone(&self) -> ProfileAlignment
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 ProfileAlignment
impl Debug for ProfileAlignment
Source§impl Default for ProfileAlignment
impl Default for ProfileAlignment
Source§fn default() -> ProfileAlignment
fn default() -> ProfileAlignment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProfileAlignment
impl<'de> Deserialize<'de> for ProfileAlignment
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 PartialEq for ProfileAlignment
impl PartialEq for ProfileAlignment
Source§impl Serialize for ProfileAlignment
impl Serialize for ProfileAlignment
impl StructuralPartialEq for ProfileAlignment
Auto Trait Implementations§
impl Freeze for ProfileAlignment
impl RefUnwindSafe for ProfileAlignment
impl Send for ProfileAlignment
impl Sync for ProfileAlignment
impl Unpin for ProfileAlignment
impl UnwindSafe for ProfileAlignment
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