pub struct PlayerErrorSourceLocationBuilder { /* private fields */ }Expand description
Builder for PlayerErrorSourceLocation.
Implementations§
Source§impl PlayerErrorSourceLocationBuilder
impl PlayerErrorSourceLocationBuilder
Trait Implementations§
Source§impl Clone for PlayerErrorSourceLocationBuilder
impl Clone for PlayerErrorSourceLocationBuilder
Source§fn clone(&self) -> PlayerErrorSourceLocationBuilder
fn clone(&self) -> PlayerErrorSourceLocationBuilder
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 PlayerErrorSourceLocationBuilder
impl RefUnwindSafe for PlayerErrorSourceLocationBuilder
impl Send for PlayerErrorSourceLocationBuilder
impl Sync for PlayerErrorSourceLocationBuilder
impl Unpin for PlayerErrorSourceLocationBuilder
impl UnsafeUnpin for PlayerErrorSourceLocationBuilder
impl UnwindSafe for PlayerErrorSourceLocationBuilder
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