pub struct SiteShellRendererIdentity {
pub frontend_bundle: [u8; 32],
}Fields§
§frontend_bundle: [u8; 32]Implementations§
Trait Implementations§
Source§impl Clone for SiteShellRendererIdentity
impl Clone for SiteShellRendererIdentity
Source§impl Debug for SiteShellRendererIdentity
impl Debug for SiteShellRendererIdentity
impl Eq for SiteShellRendererIdentity
impl StructuralPartialEq for SiteShellRendererIdentity
Auto Trait Implementations§
impl Freeze for SiteShellRendererIdentity
impl RefUnwindSafe for SiteShellRendererIdentity
impl Send for SiteShellRendererIdentity
impl Sync for SiteShellRendererIdentity
impl Unpin for SiteShellRendererIdentity
impl UnsafeUnpin for SiteShellRendererIdentity
impl UnwindSafe for SiteShellRendererIdentity
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