pub struct GetRelayoutBoundaryReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetRelayoutBoundaryReturnObject.
Implementations§
Source§impl GetRelayoutBoundaryReturnObjectBuilder
impl GetRelayoutBoundaryReturnObjectBuilder
Sourcepub fn node_id(&mut self, value: NodeId) -> &mut Self
pub fn node_id(&mut self, value: NodeId) -> &mut Self
Relayout boundary node id for the given node.
Sourcepub fn build(
&self,
) -> Result<GetRelayoutBoundaryReturnObject, GetRelayoutBoundaryReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetRelayoutBoundaryReturnObject, GetRelayoutBoundaryReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetRelayoutBoundaryReturnObjectBuilder
impl Clone for GetRelayoutBoundaryReturnObjectBuilder
Source§fn clone(&self) -> GetRelayoutBoundaryReturnObjectBuilder
fn clone(&self) -> GetRelayoutBoundaryReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetRelayoutBoundaryReturnObjectBuilder
impl RefUnwindSafe for GetRelayoutBoundaryReturnObjectBuilder
impl Send for GetRelayoutBoundaryReturnObjectBuilder
impl Sync for GetRelayoutBoundaryReturnObjectBuilder
impl Unpin for GetRelayoutBoundaryReturnObjectBuilder
impl UnsafeUnpin for GetRelayoutBoundaryReturnObjectBuilder
impl UnwindSafe for GetRelayoutBoundaryReturnObjectBuilder
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