pub struct ThroughService { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ThroughService
impl Debug for ThroughService
Source§impl<'de> Deserialize<'de> for ThroughService
impl<'de> Deserialize<'de> for ThroughService
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 Model<ThroughService> for ThroughService
impl Model<ThroughService> for ThroughService
Auto Trait Implementations§
impl Freeze for ThroughService
impl RefUnwindSafe for ThroughService
impl Send for ThroughService
impl Sync for ThroughService
impl Unpin for ThroughService
impl UnwindSafe for ThroughService
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