pub struct GetAllObjectsForALocationParams {
pub location_id: String,
}Available on crate feature
objects only.Expand description
Query parameters for ObjectsService::get_all_objects_for_a_location.
Fields§
§location_id: Stringlocation id Required by the API.
Implementations§
Trait Implementations§
Source§impl Clone for GetAllObjectsForALocationParams
impl Clone for GetAllObjectsForALocationParams
Source§fn clone(&self) -> GetAllObjectsForALocationParams
fn clone(&self) -> GetAllObjectsForALocationParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetAllObjectsForALocationParams
impl Default for GetAllObjectsForALocationParams
Source§fn default() -> GetAllObjectsForALocationParams
fn default() -> GetAllObjectsForALocationParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetAllObjectsForALocationParams
impl RefUnwindSafe for GetAllObjectsForALocationParams
impl Send for GetAllObjectsForALocationParams
impl Sync for GetAllObjectsForALocationParams
impl Unpin for GetAllObjectsForALocationParams
impl UnsafeUnpin for GetAllObjectsForALocationParams
impl UnwindSafe for GetAllObjectsForALocationParams
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