pub struct ClusterValidatorImpl { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ClusterValidatorImpl
impl Clone for ClusterValidatorImpl
Source§fn clone(&self) -> ClusterValidatorImpl
fn clone(&self) -> ClusterValidatorImpl
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 moreSource§impl ClusterValidator<RegisterRequest> for ClusterValidatorImpl
impl ClusterValidator<RegisterRequest> for ClusterValidatorImpl
fn validate_connect_req(&self, req: &[u8]) -> Result<RegisterRequest>
fn generate_domain(&self, req: &RegisterRequest) -> Result<String>
fn sign_response_res(&self, m: &RegisterRequest, err: Option<String>) -> Vec<u8> ⓘ
Auto Trait Implementations§
impl Freeze for ClusterValidatorImpl
impl RefUnwindSafe for ClusterValidatorImpl
impl Send for ClusterValidatorImpl
impl Sync for ClusterValidatorImpl
impl Unpin for ClusterValidatorImpl
impl UnwindSafe for ClusterValidatorImpl
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