pub struct EmptyFpmHost;
Implementations§
Source§impl EmptyFpmHost
impl EmptyFpmHost
pub const EMPTY_HOST: EmptyFpmHost
pub const fn new() -> Self
Trait Implementations§
Source§impl Clone for EmptyFpmHost
impl Clone for EmptyFpmHost
Source§fn clone(&self) -> EmptyFpmHost
fn clone(&self) -> EmptyFpmHost
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 FpmHost for EmptyFpmHost
impl FpmHost for EmptyFpmHost
impl Copy for EmptyFpmHost
Auto Trait Implementations§
impl Freeze for EmptyFpmHost
impl RefUnwindSafe for EmptyFpmHost
impl Send for EmptyFpmHost
impl Sync for EmptyFpmHost
impl Unpin for EmptyFpmHost
impl UnwindSafe for EmptyFpmHost
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