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