pub struct GetContainerForNodeBuilder { /* private fields */ }Implementations§
Source§impl GetContainerForNodeBuilder
impl GetContainerForNodeBuilder
pub fn node_id(self, node_id: impl Into<NodeId>) -> Self
pub fn container_name(self, container_name: impl Into<String>) -> Self
pub fn physical_axes(self, physical_axes: impl Into<PhysicalAxes>) -> Self
pub fn logical_axes(self, logical_axes: impl Into<LogicalAxes>) -> Self
pub fn queries_scroll_state(self, queries_scroll_state: impl Into<bool>) -> Self
pub fn queries_anchored(self, queries_anchored: impl Into<bool>) -> Self
pub fn build(self) -> Result<GetContainerForNode, String>
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 moreSource§impl Default for GetContainerForNodeBuilder
impl Default for GetContainerForNodeBuilder
Source§fn default() -> GetContainerForNodeBuilder
fn default() -> GetContainerForNodeBuilder
Returns the “default value” for a type. Read more
Auto 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