pub struct WordParameter {
pub left_id: i16,
pub right_id: i16,
pub cost: i16,
}Expand description
Connection parameters for a word.
Fields§
§left_id: i16§right_id: i16§cost: i16Trait Implementations§
Source§impl Clone for WordParameter
impl Clone for WordParameter
Source§fn clone(&self) -> WordParameter
fn clone(&self) -> WordParameter
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 WordParameter
impl Debug for WordParameter
Source§impl Default for WordParameter
impl Default for WordParameter
Source§fn default() -> WordParameter
fn default() -> WordParameter
Returns the “default value” for a type. Read more
impl Copy for WordParameter
Auto Trait Implementations§
impl Freeze for WordParameter
impl RefUnwindSafe for WordParameter
impl Send for WordParameter
impl Sync for WordParameter
impl Unpin for WordParameter
impl UnsafeUnpin for WordParameter
impl UnwindSafe for WordParameter
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