pub struct PartialImf<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> Debug for PartialImf<'a>
impl<'a> Debug for PartialImf<'a>
Source§impl<'a> Default for PartialImf<'a>
impl<'a> Default for PartialImf<'a>
Source§fn default() -> PartialImf<'a>
fn default() -> PartialImf<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> IntoBoundedStatic for PartialImf<'a>
impl<'a> IntoBoundedStatic for PartialImf<'a>
Source§type Static = PartialImf<'static>
type Static = PartialImf<'static>
The target type is bounded by the
'static lifetime.Source§fn into_static(self) -> Self::Static
fn into_static(self) -> Self::Static
Convert an owned
T into an owned T such that T: 'static.Source§impl<'a> PartialEq for PartialImf<'a>
impl<'a> PartialEq for PartialImf<'a>
Source§fn eq(&self, other: &PartialImf<'a>) -> bool
fn eq(&self, other: &PartialImf<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for PartialImf<'a>
Source§impl<'a> ToBoundedStatic for PartialImf<'a>
impl<'a> ToBoundedStatic for PartialImf<'a>
Auto Trait Implementations§
impl<'a> Freeze for PartialImf<'a>
impl<'a> RefUnwindSafe for PartialImf<'a>
impl<'a> Send for PartialImf<'a>
impl<'a> Sync for PartialImf<'a>
impl<'a> Unpin for PartialImf<'a>
impl<'a> UnsafeUnpin for PartialImf<'a>
impl<'a> UnwindSafe for PartialImf<'a>
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