pub struct NetworkingAddressLotBlockList<'a> { /* private fields */ }Expand description
Implementations§
Source§impl<'a> NetworkingAddressLotBlockList<'a>
impl<'a> NetworkingAddressLotBlockList<'a>
pub fn new(client: &'a Client) -> Self
pub fn address_lot<V>(self, value: V) -> Self
pub fn limit<V>(self, value: V) -> Selfwhere
V: TryInto<NonZeroU32>,
pub fn page_token<V>(self, value: V) -> Self
pub fn sort_by<V>(self, value: V) -> Selfwhere
V: TryInto<IdSortMode>,
Sourcepub async fn send(
self,
) -> Result<ResponseValue<AddressLotBlockResultsPage>, Error<Error>>
pub async fn send( self, ) -> Result<ResponseValue<AddressLotBlockResultsPage>, Error<Error>>
Sends a GET request to
/v1/system/networking/address-lot/{address_lot}/blocks
Trait Implementations§
Source§impl<'a> Clone for NetworkingAddressLotBlockList<'a>
impl<'a> Clone for NetworkingAddressLotBlockList<'a>
Source§fn clone(&self) -> NetworkingAddressLotBlockList<'a>
fn clone(&self) -> NetworkingAddressLotBlockList<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for NetworkingAddressLotBlockList<'a>
impl<'a> !RefUnwindSafe for NetworkingAddressLotBlockList<'a>
impl<'a> Send for NetworkingAddressLotBlockList<'a>
impl<'a> Sync for NetworkingAddressLotBlockList<'a>
impl<'a> Unpin for NetworkingAddressLotBlockList<'a>
impl<'a> !UnwindSafe for NetworkingAddressLotBlockList<'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