pub struct GStrvBuilder { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GStrvBuilder
impl !Sync for GStrvBuilder
impl !Unpin for GStrvBuilder
impl Freeze for GStrvBuilder
impl RefUnwindSafe for GStrvBuilder
impl UnsafeUnpin for GStrvBuilder
impl UnwindSafe for GStrvBuilder
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