pub struct PutawayRule {
pub id: String,
pub category: String,
pub target_zone: String,
pub priority: i32,
}Fields§
§id: String§category: String§target_zone: String§priority: i32Trait Implementations§
Source§impl Clone for PutawayRule
impl Clone for PutawayRule
Source§fn clone(&self) -> PutawayRule
fn clone(&self) -> PutawayRule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PutawayRule
impl Debug for PutawayRule
Source§impl<'de> Deserialize<'de> for PutawayRule
impl<'de> Deserialize<'de> for PutawayRule
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
Auto Trait Implementations§
impl Freeze for PutawayRule
impl RefUnwindSafe for PutawayRule
impl Send for PutawayRule
impl Sync for PutawayRule
impl Unpin for PutawayRule
impl UnsafeUnpin for PutawayRule
impl UnwindSafe for PutawayRule
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