pub struct CloseResponse<'i> {
pub global_signature: Option<Signature<'i>>,
}
Expand description
SML_PublicClose.Res
message
Fields§
§global_signature: Option<Signature<'i>>
optional signature
Trait Implementations§
Source§impl<'i> Clone for CloseResponse<'i>
impl<'i> Clone for CloseResponse<'i>
Source§fn clone(&self) -> CloseResponse<'i>
fn clone(&self) -> CloseResponse<'i>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'i> Debug for CloseResponse<'i>
impl<'i> Debug for CloseResponse<'i>
Source§impl<'i> PartialEq for CloseResponse<'i>
impl<'i> PartialEq for CloseResponse<'i>
impl<'i> Eq for CloseResponse<'i>
impl<'i> StructuralPartialEq for CloseResponse<'i>
Auto Trait Implementations§
impl<'i> Freeze for CloseResponse<'i>
impl<'i> RefUnwindSafe for CloseResponse<'i>
impl<'i> Send for CloseResponse<'i>
impl<'i> Sync for CloseResponse<'i>
impl<'i> Unpin for CloseResponse<'i>
impl<'i> UnwindSafe for CloseResponse<'i>
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