pub enum RouterPlacementsError {
Empty,
}Variants§
Empty
Trait Implementations§
Source§impl Clone for RouterPlacementsError
impl Clone for RouterPlacementsError
Source§fn clone(&self) -> RouterPlacementsError
fn clone(&self) -> RouterPlacementsError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RouterPlacementsError
impl Debug for RouterPlacementsError
Source§impl PartialEq for RouterPlacementsError
impl PartialEq for RouterPlacementsError
impl Copy for RouterPlacementsError
impl Eq for RouterPlacementsError
impl StructuralPartialEq for RouterPlacementsError
Auto Trait Implementations§
impl Freeze for RouterPlacementsError
impl RefUnwindSafe for RouterPlacementsError
impl Send for RouterPlacementsError
impl Sync for RouterPlacementsError
impl Unpin for RouterPlacementsError
impl UnsafeUnpin for RouterPlacementsError
impl UnwindSafe for RouterPlacementsError
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