pub struct Audiences(/* private fields */);Expand description
Collection of audiences for an Azure cloud’s services
Implementations§
Trait Implementations§
impl Eq for Audiences
impl StructuralPartialEq for Audiences
Auto Trait Implementations§
impl Freeze for Audiences
impl RefUnwindSafe for Audiences
impl Send for Audiences
impl Sync for Audiences
impl Unpin for Audiences
impl UnwindSafe for Audiences
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