pub struct gitIpAddresses;
Trait Implementations§
Source§impl Field for gitIpAddresses
impl Field for gitIpAddresses
Auto Trait Implementations§
impl Freeze for gitIpAddresses
impl RefUnwindSafe for gitIpAddresses
impl Send for gitIpAddresses
impl Sync for gitIpAddresses
impl Unpin for gitIpAddresses
impl UnwindSafe for gitIpAddresses
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