pub struct DOMAIN_SEPARATORReturn {
pub _0: FixedBytes<32>,
}Expand description
@dev Returns the domain separator used in the encoding of the signature for {permit},
as defined by {EIP712}.
Container type for the return parameters of the DOMAIN_SEPARATOR() function.
Fields§
§_0: FixedBytes<32>Trait Implementations§
Source§impl Clone for DOMAIN_SEPARATORReturn
impl Clone for DOMAIN_SEPARATORReturn
Source§fn clone(&self) -> DOMAIN_SEPARATORReturn
fn clone(&self) -> DOMAIN_SEPARATORReturn
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DOMAIN_SEPARATORReturn
impl RefUnwindSafe for DOMAIN_SEPARATORReturn
impl Send for DOMAIN_SEPARATORReturn
impl Sync for DOMAIN_SEPARATORReturn
impl Unpin for DOMAIN_SEPARATORReturn
impl UnwindSafe for DOMAIN_SEPARATORReturn
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