pub struct SchandlerId { /* private fields */ }
Implementations§
Source§impl SchandlerId
impl SchandlerId
pub fn schandler_id(&self) -> i64
Trait Implementations§
Source§impl Clone for SchandlerId
impl Clone for SchandlerId
Source§fn clone(&self) -> SchandlerId
fn clone(&self) -> SchandlerId
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SchandlerId
impl Debug for SchandlerId
Source§impl<'de> Deserialize<'de> for SchandlerId
impl<'de> Deserialize<'de> for SchandlerId
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 FromQueryString for SchandlerId
impl FromQueryString for SchandlerId
impl Copy for SchandlerId
Auto Trait Implementations§
impl Freeze for SchandlerId
impl RefUnwindSafe for SchandlerId
impl Send for SchandlerId
impl Sync for SchandlerId
impl Unpin for SchandlerId
impl UnwindSafe for SchandlerId
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