pub struct ListThingPrincipalsRequest {
pub thing_name: String,
}Expand description
The input for the ListThingPrincipal operation.
Fields§
§thing_name: StringThe name of the thing.
Trait Implementations§
Source§impl Clone for ListThingPrincipalsRequest
impl Clone for ListThingPrincipalsRequest
Source§fn clone(&self) -> ListThingPrincipalsRequest
fn clone(&self) -> ListThingPrincipalsRequest
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 ListThingPrincipalsRequest
impl Debug for ListThingPrincipalsRequest
Source§impl Default for ListThingPrincipalsRequest
impl Default for ListThingPrincipalsRequest
Source§fn default() -> ListThingPrincipalsRequest
fn default() -> ListThingPrincipalsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListThingPrincipalsRequest
Auto Trait Implementations§
impl Freeze for ListThingPrincipalsRequest
impl RefUnwindSafe for ListThingPrincipalsRequest
impl Send for ListThingPrincipalsRequest
impl Sync for ListThingPrincipalsRequest
impl Unpin for ListThingPrincipalsRequest
impl UnwindSafe for ListThingPrincipalsRequest
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