pub enum MentionNumeroEntreprise {
Presente,
NumeroNonAttribue,
Manquante {
documents: Vec<&'static str>,
},
}Expand description
Le résultat de la vérification.
Variants§
Presente
La mention est présente sur tous les documents.
NumeroNonAttribue
L’ACP n’a pas encore de numéro d’entreprise.
Elle n’est pas fautive : le numéro est attribué avec la personnalité juridique. Le distinguer d’un manquement évite d’accuser une ACP en cours de constitution.
Manquante
Des documents omettent la mention.
Trait Implementations§
Source§impl Clone for MentionNumeroEntreprise
impl Clone for MentionNumeroEntreprise
Source§fn clone(&self) -> MentionNumeroEntreprise
fn clone(&self) -> MentionNumeroEntreprise
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MentionNumeroEntreprise
impl Debug for MentionNumeroEntreprise
Source§impl Display for MentionNumeroEntreprise
impl Display for MentionNumeroEntreprise
Source§impl PartialEq for MentionNumeroEntreprise
impl PartialEq for MentionNumeroEntreprise
Source§fn eq(&self, other: &MentionNumeroEntreprise) -> bool
fn eq(&self, other: &MentionNumeroEntreprise) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MentionNumeroEntreprise
Auto Trait Implementations§
impl Freeze for MentionNumeroEntreprise
impl RefUnwindSafe for MentionNumeroEntreprise
impl Send for MentionNumeroEntreprise
impl Sync for MentionNumeroEntreprise
impl Unpin for MentionNumeroEntreprise
impl UnsafeUnpin for MentionNumeroEntreprise
impl UnwindSafe for MentionNumeroEntreprise
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Fake for T
impl<T> Fake for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP