pub struct AdminRoute {
pub route_code: String,
}Expand description
Administration route for a prescription
Fields§
§route_code: StringTrait Implementations§
Source§impl Clone for AdminRoute
impl Clone for AdminRoute
Source§fn clone(&self) -> AdminRoute
fn clone(&self) -> AdminRoute
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 AdminRoute
impl Debug for AdminRoute
Source§impl<'de> Deserialize<'de> for AdminRoute
impl<'de> Deserialize<'de> for AdminRoute
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 AdminRoute
impl RefUnwindSafe for AdminRoute
impl Send for AdminRoute
impl Sync for AdminRoute
impl Unpin for AdminRoute
impl UnsafeUnpin for AdminRoute
impl UnwindSafe for AdminRoute
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