Struct aws_sdk_iotfleetwise::types::Branch  
source · #[non_exhaustive]pub struct Branch { /* private fields */ }Expand description
A group of signals that are defined in a hierarchical structure.
Implementations§
Trait Implementations§
source§impl PartialEq<Branch> for Branch
 
impl PartialEq<Branch> for Branch
impl StructuralPartialEq for Branch
Auto Trait Implementations§
impl RefUnwindSafe for Branch
impl Send for Branch
impl Sync for Branch
impl Unpin for Branch
impl UnwindSafe for Branch
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