Struct blockless_sdk::CGIExtensions
source · pub struct CGIExtensions {
pub file_name: String,
pub alias: String,
pub md5: String,
pub description: String,
}Fields§
§file_name: String§alias: String§md5: String§description: StringTrait Implementations§
source§impl Debug for CGIExtensions
impl Debug for CGIExtensions
Auto Trait Implementations§
impl Freeze for CGIExtensions
impl RefUnwindSafe for CGIExtensions
impl Send for CGIExtensions
impl Sync for CGIExtensions
impl Unpin for CGIExtensions
impl UnwindSafe for CGIExtensions
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