pub struct ServiceShape {}Trait Implementations§
Source§impl Debug for ServiceShape
impl Debug for ServiceShape
Source§impl<'de> Deserialize<'de> for ServiceShape
impl<'de> Deserialize<'de> for ServiceShape
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 ServiceShape
impl RefUnwindSafe for ServiceShape
impl Send for ServiceShape
impl Sync for ServiceShape
impl Unpin for ServiceShape
impl UnsafeUnpin for ServiceShape
impl UnwindSafe for ServiceShape
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