pub struct GetContainerForNodeParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetContainerForNodeParamsBuilder<'a>
impl<'a> GetContainerForNodeParamsBuilder<'a>
pub fn containerName(self, containerName: impl Into<Cow<'a, str>>) -> Self
pub fn physicalAxes(self, physicalAxes: PhysicalAxes) -> Self
pub fn logicalAxes(self, logicalAxes: LogicalAxes) -> Self
pub fn queriesScrollState(self, queriesScrollState: bool) -> Self
pub fn queriesAnchored(self, queriesAnchored: bool) -> Self
pub fn build(self) -> GetContainerForNodeParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetContainerForNodeParamsBuilder<'a>
impl<'a> RefUnwindSafe for GetContainerForNodeParamsBuilder<'a>
impl<'a> Send for GetContainerForNodeParamsBuilder<'a>
impl<'a> Sync for GetContainerForNodeParamsBuilder<'a>
impl<'a> Unpin for GetContainerForNodeParamsBuilder<'a>
impl<'a> UnsafeUnpin for GetContainerForNodeParamsBuilder<'a>
impl<'a> UnwindSafe for GetContainerForNodeParamsBuilder<'a>
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