pub struct GetRelayoutBoundaryBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GetRelayoutBoundaryBuilder
impl Clone for GetRelayoutBoundaryBuilder
Source§fn clone(&self) -> GetRelayoutBoundaryBuilder
fn clone(&self) -> GetRelayoutBoundaryBuilder
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 Default for GetRelayoutBoundaryBuilder
impl Default for GetRelayoutBoundaryBuilder
Source§fn default() -> GetRelayoutBoundaryBuilder
fn default() -> GetRelayoutBoundaryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetRelayoutBoundaryBuilder
impl RefUnwindSafe for GetRelayoutBoundaryBuilder
impl Send for GetRelayoutBoundaryBuilder
impl Sync for GetRelayoutBoundaryBuilder
impl Unpin for GetRelayoutBoundaryBuilder
impl UnsafeUnpin for GetRelayoutBoundaryBuilder
impl UnwindSafe for GetRelayoutBoundaryBuilder
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