struct __SerializeWith<'__a> {
values: (&'__a Url,),
phantom: PhantomData<GitRemote>,
}
Fields§
§values: (&'__a Url,)
§phantom: PhantomData<GitRemote>
Trait Implementations§
Auto Trait Implementations§
impl<'__a> RefUnwindSafe for __SerializeWith<'__a>
impl<'__a> Send for __SerializeWith<'__a>
impl<'__a> Sync for __SerializeWith<'__a>
impl<'__a> Unpin for __SerializeWith<'__a>
impl<'__a> UnwindSafe for __SerializeWith<'__a>
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes