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