pub struct NetworkingSwitchPortLldpNeighborsWhen(/* private fields */);Implementations§
Source§impl NetworkingSwitchPortLldpNeighborsWhen
impl NetworkingSwitchPortLldpNeighborsWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn rack_id(self, value: &Uuid) -> Self
pub fn switch_location(self, value: &Name) -> Self
pub fn port(self, value: &Name) -> Self
pub fn limit<T>(self, value: T) -> Self
pub fn page_token<'a, T>(self, value: T) -> Self
pub fn sort_by<T>(self, value: T) -> Self
Auto Trait Implementations§
impl Freeze for NetworkingSwitchPortLldpNeighborsWhen
impl !RefUnwindSafe for NetworkingSwitchPortLldpNeighborsWhen
impl !Send for NetworkingSwitchPortLldpNeighborsWhen
impl !Sync for NetworkingSwitchPortLldpNeighborsWhen
impl Unpin for NetworkingSwitchPortLldpNeighborsWhen
impl UnsafeUnpin for NetworkingSwitchPortLldpNeighborsWhen
impl !UnwindSafe for NetworkingSwitchPortLldpNeighborsWhen
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