pub struct Interest(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de, C> BorrowDecode<'de, C> for Interest
impl<'de, C> BorrowDecode<'de, C> for Interest
Source§fn borrow_decode<D: BorrowDecoder<'de>>(
decoder: &mut D,
) -> Result<Self, DecodeError>
fn borrow_decode<D: BorrowDecoder<'de>>( decoder: &mut D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl<'de> Deserialize<'de> for Interest
impl<'de> Deserialize<'de> for Interest
Source§fn deserialize<D>(deserializer: D) -> Result<Interest, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Interest, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Interest
impl StructuralPartialEq for Interest
Auto Trait Implementations§
impl !Freeze for Interest
impl RefUnwindSafe for Interest
impl Send for Interest
impl Sync for Interest
impl Unpin for Interest
impl UnwindSafe for Interest
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