pub struct LinkPadding {
pub link_name: String,
pub padding: f64,
}Fields§
§link_name: String§padding: f64Trait Implementations§
Source§impl Clone for LinkPadding
impl Clone for LinkPadding
Source§fn clone(&self) -> LinkPadding
fn clone(&self) -> LinkPadding
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 LinkPadding
impl Debug for LinkPadding
Source§impl Default for LinkPadding
impl Default for LinkPadding
Source§impl<'de> Deserialize<'de> for LinkPadding
impl<'de> Deserialize<'de> for LinkPadding
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 LinkPadding
impl PartialEq for LinkPadding
Source§impl Serialize for LinkPadding
impl Serialize for LinkPadding
impl Message for LinkPadding
impl StructuralPartialEq for LinkPadding
Auto Trait Implementations§
impl Freeze for LinkPadding
impl RefUnwindSafe for LinkPadding
impl Send for LinkPadding
impl Sync for LinkPadding
impl Unpin for LinkPadding
impl UnwindSafe for LinkPadding
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