pub struct GetContainerForNodeBuilder { /* private fields */ }Expand description
Builder for GetContainerForNode.
Implementations§
Source§impl GetContainerForNodeBuilder
impl GetContainerForNodeBuilder
pub fn node_id<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
pub fn container_name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn physical_axes<VALUE: Into<PhysicalAxes>>( &mut self, value: VALUE, ) -> &mut Self
pub fn logical_axes<VALUE: Into<LogicalAxes>>( &mut self, value: VALUE, ) -> &mut Self
pub fn queries_scroll_state<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
pub fn queries_anchored<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetContainerForNode, GetContainerForNodeBuilderError>
pub fn build( &self, ) -> Result<GetContainerForNode, GetContainerForNodeBuilderError>
Trait Implementations§
Source§impl Clone for GetContainerForNodeBuilder
impl Clone for GetContainerForNodeBuilder
Source§fn clone(&self) -> GetContainerForNodeBuilder
fn clone(&self) -> GetContainerForNodeBuilder
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 GetContainerForNodeBuilder
impl RefUnwindSafe for GetContainerForNodeBuilder
impl Send for GetContainerForNodeBuilder
impl Sync for GetContainerForNodeBuilder
impl Unpin for GetContainerForNodeBuilder
impl UnsafeUnpin for GetContainerForNodeBuilder
impl UnwindSafe for GetContainerForNodeBuilder
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