pub struct list_eligible_convocation_recipients;Expand description
Les copropriétaires qu’une convocation pour cet immeuble toucherait.
Sert l’écran de sélection des destinataires (#780 verrou 1, #784) : le syndic doit pouvoir voir et choisir AVANT d’envoyer, pas seulement constater après coup que « 0 destinataire » était resté un libellé.
Trait Implementations§
Source§impl HttpServiceFactory for list_eligible_convocation_recipients
impl HttpServiceFactory for list_eligible_convocation_recipients
Source§impl Path for list_eligible_convocation_recipients
impl Path for list_eligible_convocation_recipients
Source§impl SchemaReferences for list_eligible_convocation_recipients
impl SchemaReferences for list_eligible_convocation_recipients
Source§impl<'t> Tags<'t> for list_eligible_convocation_recipients
impl<'t> Tags<'t> for list_eligible_convocation_recipients
Auto Trait Implementations§
impl Freeze for list_eligible_convocation_recipients
impl RefUnwindSafe for list_eligible_convocation_recipients
impl Send for list_eligible_convocation_recipients
impl Sync for list_eligible_convocation_recipients
impl Unpin for list_eligible_convocation_recipients
impl UnsafeUnpin for list_eligible_convocation_recipients
impl UnwindSafe for list_eligible_convocation_recipients
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
§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.